From: Jo-Philipp Wich Date: Mon, 21 Nov 2022 11:35:54 +0000 (+0100) Subject: luci-mod-network: fix invalid markup in the relay tab X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=43ca31c26209a98059a6ad0e02217023b1aeb04d;p=project%2Fluci.git luci-mod-network: fix invalid markup in the relay tab Fixes: #6107 Fixes: a627744bb5 ("luci-mod-network: 'relay' tab added") Signed-off-by: Jo-Philipp Wich (cherry picked from commit 7c3705bb0f351e1d107c38e21bf7d0480824baa0) --- diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js index e46cbd87a9..7778703bba 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js @@ -349,7 +349,7 @@ return view.extend({ o.placeholder = 'loopback'; o = s.taboption('relay', form.SectionValue, '__relays__', form.TableSection, 'relay', null, - _('Relay DHCP requests elsewhere. OK: v4<->v4, v6<->v6. Not OK: v4<->v6, v6<->v4.') + _('Relay DHCP requests elsewhere. OK: v4↔v4, v6↔v6. Not OK: v4↔v6, v6↔v4.') + '
' + _('Note: you may also need a DHCP Proxy (currently unavailable) when specifying a non-standard Relay To port(addr#port).') + '
' + _('You may add multiple unique Relay To on the same Listen addr.'));